home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
BBS-Archive
/
Util
/
Workbench
/
ToolManager21s.lha
/
ToolManager
/
Programmers
/
examples
/
DMakefile
next >
Wrap
Makefile
|
1993-05-16
|
317b
|
17 lines
#
# DMakefile V2.1
#
# Makefile for ToolManager 2.1 (example programa)
#
# (c) 1990-93 Stefan Becker
#
FLAGS = -3.0 -mRR -mi -ms -proto -I /include -L /dlib
all: example showimage
example : example.c
dcc $(FLAGS) -o %(left) %(right) -ltm
showimage : showimage.c
dcc $(FLAGS) -o %(left) %(right) -ltm